From 007a162012b78a959b05d54d9b39e54c66b9859e Mon Sep 17 00:00:00 2001 From: "gm281@boulderdash.cl.cam.ac.uk" Date: Tue, 29 Jun 2004 14:31:59 +0000 Subject: [PATCH] bitkeeper revision 1.1026.2.2 (40e17d5fDAUxwe75FLw7um8OnJVbFQ) Fixes to the Python scripts importing xenctl.ip. Required to run xend. Any problems -> let me know (gm281) --- tools/xen/lib/xend/XendDomain.py | 2 +- tools/xen/lib/xend/XendDomainInfo.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/xen/lib/xend/XendDomain.py b/tools/xen/lib/xend/XendDomain.py index 446b7f7fae..1c0fcf9f5a 100644 --- a/tools/xen/lib/xend/XendDomain.py +++ b/tools/xen/lib/xend/XendDomain.py @@ -9,7 +9,7 @@ import sys from twisted.internet import defer import xen.ext.xc; xc = xen.ext.xc.new() -import xenctl.ip +from xen.util import ip import sxp import XendRoot diff --git a/tools/xen/lib/xend/XendDomainInfo.py b/tools/xen/lib/xend/XendDomainInfo.py index 964285ec13..a361e5d25e 100644 --- a/tools/xen/lib/xend/XendDomainInfo.py +++ b/tools/xen/lib/xend/XendDomainInfo.py @@ -17,7 +17,7 @@ import os from twisted.internet import defer import xen.ext.xc; xc = xen.ext.xc.new() -import xenctl.ip +from xen.util import ip import sxp -- 2.30.2